home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Rokusho.bin
/
pc
/
assets
/
rokusho.dxr
/
00073_Script_73
< prev
next >
Wrap
Text File
|
2001-12-07
|
448b
|
29 lines
property mysprite
on beginsprite me
set mysprite to the spritenum of me
set the blend of sprite mysprite = 0
end
on mouseUp
--puppetSound 1, "Clicker"
window("tvguide").forget()
global wTVGUIDE
wTVGUIDE = window("tvguide")
wTVGUIDE.visible = true
open wTVGUIDE
-- tell window "tvguide"
-- go to "tvguide"
-- end tell
end
on mouseEnter
cursor(280)
end
on mouseLeave
cursor(-1)
end